<description>Deinterlace a clip by blending the fields together. This is the blend mode of the internal vdub deinterlace filter ported to AviSynth.</description>
<description>MaskedDeinterlace is designed to work together with MotionMask. It selectively deinterlace the clip based on the mask values. mask is a clip returned by MotionMask.</description>
<description>Returns a clip where each pixel is selected either from clip1 or clip2 based on the mask value for the pixel. The three clips should have the same width, height and pixel format. It allows you to use other deinterlacing methods than the two provided with MaskedDeinterlace.</description>
<description>Creates a two color clip that identifies moving parts of the images. The algorithm comes from Donald Graft' Smart Deinterlacer filter for VirtualDub, version 2.5.</description>
<description>This filter is an adaptive noise reducer, working along the time axis; it is most effective when the image is not moving much. Increase the filter strength to increase noise reduction, and decrease it to reduce speckling and ghosting artifacts. It is recommended that you combine this filter with a spatial (area-based) noise reducer for greatest effect.</description>